Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fallback for calculation of num_data_records to avoid floating point errors #3

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

hofaflo
Copy link
Contributor

@hofaflo hofaflo commented Nov 14, 2023

Currently, creating a new Edf with e.g. 8001 samples at 1000Hz and a data_record_duration of 0.001 fails, even though the signal duration of 8.001 would be divisible by 0.001. This PR introduces a fallback using decimal.Decimal to make the calculation of num_data_records more robust.

@hofaflo hofaflo self-assigned this Nov 14, 2023
@hofaflo hofaflo merged commit 46a8e7b into main Nov 16, 2023
4 checks passed
@hofaflo hofaflo deleted the num-data-records-float branch November 16, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants